home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1516 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.iag.net!news
  2. From: jatmon@iag.net (John R Buchan)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: help encryption program
  5. Date: 14 Jan 1996 20:53:52 GMT
  6. Organization: Internet Access Group, Orlando, Florida
  7. Message-ID: <4dbqh0$47c@news.iag.net>
  8. References: <4dbb0o$dbm@jaring.my>
  9. NNTP-Posting-Host: pm3-orl13.iag.net
  10. X-Newsreader: WinVN 0.99.7
  11.  
  12. In article <4dbb0o$dbm@jaring.my>, meimei@pl.jaring.my says...
  13. ->
  14. ->Requirement :
  15. ->==========
  16. ->
  17. ->A encryption scheme is to interchange letters of the alphabet on a
  18. ->one-to-one basis. This can be accomplished with a transalation table
  19. ->for the 52 lowercase and uppercase letters.
  20. ->
  21. ->Write a C program that implements such a scheme to encode text. The
  22. ->program must also have the option to decode text thst has been
  23. ->encoded. The user must select whether he wants to encode or decode the
  24. ->text and then type in the appropriate text.
  25. ->
  26. ->Can anyone solve the above problem ?
  27. ->
  28.  
  29. Yes, but I hope that noone is willing to do it for you.  You should always 
  30. at least attempt to do your own homework.  You will learn a lot more that
  31. way.
  32.  
  33. <Sheesh, that sounds corny (true though it may be)!>
  34.  
  35. Anyway, if you run into problems that you can't work out, post a minimal 
  36. compilable ansi (if possible) version that produces your error/problem and a
  37. description of the error/problem.  Someone will almost certainly help you 
  38. with it a that point.
  39.  
  40. -- 
  41. John R Buchan           -:|:-     Looking for that elusive FAQ?  ftp to:
  42. jatmon@mail.iag.net     -:|:-     rtfm.mit.edu /pub/usenet-by-group/....
  43.  
  44.